home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / picozip / PicoZipSetup.exe / {app} / PicoZip.exe / 0 / RCDATA / TFMCONFIGURATION / TFMCONFIGURATION.txt < prev   
Text File  |  2004-09-09  |  53KB  |  2,062 lines

  1. object fmConfiguration: TfmConfiguration
  2.   Left = 436
  3.   Top = 318
  4.   HelpContext = 400
  5.   BorderStyle = bsDialog
  6.   Caption = 'Configuration'
  7.   ClientHeight = 434
  8.   ClientWidth = 522
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   DesignSize = (
  19.     522
  20.     434)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object pcConfig: TPageControl
  24.     Left = 5
  25.     Top = 7
  26.     Width = 512
  27.     Height = 389
  28.     ActivePage = tsSecurity
  29.     Anchors = [akLeft, akTop, akRight, akBottom]
  30.     MultiLine = True
  31.     TabOrder = 0
  32.     OnChange = pcConfigChange
  33.     object tsView: TTabSheet
  34.       HelpContext = 410
  35.       Caption = 'View'
  36.       object gbColumns: TGroupBox
  37.         Left = 8
  38.         Top = 8
  39.         Width = 185
  40.         Height = 327
  41.         Caption = 'Columns to Show'
  42.         TabOrder = 0
  43.         object ckColFilename: TCheckBox
  44.           Left = 16
  45.           Top = 24
  46.           Width = 80
  47.           Height = 17
  48.           Caption = 'Filename'
  49.           Checked = True
  50.           Enabled = False
  51.           State = cbChecked
  52.           TabOrder = 0
  53.         end
  54.         object ckColDate: TCheckBox
  55.           Left = 16
  56.           Top = 40
  57.           Width = 65
  58.           Height = 17
  59.           Caption = 'D&ate'
  60.           Checked = True
  61.           State = cbChecked
  62.           TabOrder = 1
  63.         end
  64.         object ckColPacked: TCheckBox
  65.           Left = 16
  66.           Top = 56
  67.           Width = 65
  68.           Height = 17
  69.           Caption = '&Packed'
  70.           Checked = True
  71.           State = cbChecked
  72.           TabOrder = 2
  73.         end
  74.         object ckColUnpacked: TCheckBox
  75.           Left = 16
  76.           Top = 72
  77.           Width = 80
  78.           Height = 17
  79.           Caption = 'Unpac&ked'
  80.           Checked = True
  81.           State = cbChecked
  82.           TabOrder = 3
  83.         end
  84.         object ckColRatio: TCheckBox
  85.           Left = 16
  86.           Top = 88
  87.           Width = 65
  88.           Height = 17
  89.           Caption = 'Rat&io'
  90.           Checked = True
  91.           State = cbChecked
  92.           TabOrder = 4
  93.         end
  94.         object ckColMethod: TCheckBox
  95.           Left = 16
  96.           Top = 104
  97.           Width = 65
  98.           Height = 17
  99.           Caption = '&Method'
  100.           TabOrder = 5
  101.         end
  102.         object ckColAttributes: TCheckBox
  103.           Left = 16
  104.           Top = 120
  105.           Width = 73
  106.           Height = 17
  107.           Caption = 'Attri&butes'
  108.           TabOrder = 6
  109.         end
  110.         object ckColPath: TCheckBox
  111.           Left = 16
  112.           Top = 136
  113.           Width = 65
  114.           Height = 17
  115.           Caption = 'Pa&th'
  116.           Checked = True
  117.           State = cbChecked
  118.           TabOrder = 7
  119.         end
  120.         object ckColFileType: TCheckBox
  121.           Left = 16
  122.           Top = 152
  123.           Width = 73
  124.           Height = 17
  125.           Caption = 'File Type'
  126.           TabOrder = 8
  127.         end
  128.         object ckColCRC: TCheckBox
  129.           Left = 16
  130.           Top = 168
  131.           Width = 65
  132.           Height = 17
  133.           Caption = 'CRC'
  134.           TabOrder = 9
  135.         end
  136.         object ckColFileOffset: TCheckBox
  137.           Left = 16
  138.           Top = 184
  139.           Width = 80
  140.           Height = 17
  141.           Caption = 'File Offset'
  142.           TabOrder = 10
  143.         end
  144.         object ckColEncrypted: TCheckBox
  145.           Left = 16
  146.           Top = 200
  147.           Width = 80
  148.           Height = 17
  149.           Caption = 'E&ncrypted'
  150.           TabOrder = 11
  151.         end
  152.         object ckColVolumeID: TCheckBox
  153.           Left = 16
  154.           Top = 216
  155.           Width = 80
  156.           Height = 17
  157.           Caption = '&Volume ID'
  158.           TabOrder = 12
  159.         end
  160.         object ckColFileComment: TCheckBox
  161.           Left = 16
  162.           Top = 232
  163.           Width = 89
  164.           Height = 17
  165.           Caption = 'Fi&le Comment'
  166.           TabOrder = 13
  167.         end
  168.         object buColDefaults: TButton
  169.           Left = 16
  170.           Top = 288
  171.           Width = 75
  172.           Height = 25
  173.           Caption = 'D&efaults'
  174.           TabOrder = 14
  175.           OnClick = buColDefaultsClick
  176.         end
  177.       end
  178.       object gbViewGeneral: TGroupBox
  179.         Left = 224
  180.         Top = 8
  181.         Width = 273
  182.         Height = 109
  183.         Caption = 'General'
  184.         TabOrder = 1
  185.         object ckFullRowSelect: TCheckBox
  186.           Left = 16
  187.           Top = 18
  188.           Width = 129
  189.           Height = 17
  190.           Caption = 'Enable full ro&w select'
  191.           TabOrder = 0
  192.         end
  193.         object ckShowGridLines: TCheckBox
  194.           Left = 16
  195.           Top = 34
  196.           Width = 97
  197.           Height = 17
  198.           Caption = 'Show &grid lines'
  199.           TabOrder = 1
  200.         end
  201.         object buSetFont: TButton
  202.           Left = 16
  203.           Top = 74
  204.           Width = 121
  205.           Height = 25
  206.           Caption = 'S&et Font'
  207.           TabOrder = 3
  208.           OnClick = buSetFontClick
  209.         end
  210.         object ckResetSort: TCheckBox
  211.           Left = 16
  212.           Top = 50
  213.           Width = 185
  214.           Height = 17
  215.           Caption = 'Always &reset sorting to first column'
  216.           TabOrder = 2
  217.         end
  218.       end
  219.       object gbMouseSelection: TGroupBox
  220.         Left = 224
  221.         Top = 261
  222.         Width = 273
  223.         Height = 20
  224.         Caption = 'File Selection'
  225.         Enabled = False
  226.         TabOrder = 2
  227.         Visible = False
  228.         object rbSingleClick: TRadioButton
  229.           Left = 16
  230.           Top = 37
  231.           Width = 145
  232.           Height = 17
  233.           Caption = '&Single click to open a file'
  234.           TabOrder = 1
  235.           OnClick = rbSingleClickClick
  236.         end
  237.         object rbDoubleClick: TRadioButton
  238.           Left = 16
  239.           Top = 18
  240.           Width = 153
  241.           Height = 17
  242.           Caption = '&Double click to open a file'
  243.           Checked = True
  244.           TabOrder = 0
  245.           TabStop = True
  246.           OnClick = rbSingleClickClick
  247.         end
  248.         object paSubMouseSelection: TPanel
  249.           Left = 28
  250.           Top = 53
  251.           Width = 229
  252.           Height = 57
  253.           BevelOuter = bvNone
  254.           TabOrder = 2
  255.           object rbUnderlineMouse: TRadioButton
  256.             Left = 6
  257.             Top = 3
  258.             Width = 203
  259.             Height = 17
  260.             Caption = 'Underline file name when mouse over'
  261.             Checked = True
  262.             Enabled = False
  263.             TabOrder = 0
  264.             TabStop = True
  265.           end
  266.           object rbUnderlineNever: TRadioButton
  267.             Left = 6
  268.             Top = 19
  269.             Width = 155
  270.             Height = 17
  271.             Caption = 'Never underline file names'
  272.             Enabled = False
  273.             TabOrder = 1
  274.           end
  275.           object rbUnderlineAlways: TRadioButton
  276.             Left = 6
  277.             Top = 35
  278.             Width = 155
  279.             Height = 17
  280.             Caption = 'Always underline file names'
  281.             Enabled = False
  282.             TabOrder = 2
  283.           end
  284.         end
  285.       end
  286.       object gbExplorer: TGroupBox
  287.         Left = 224
  288.         Top = 134
  289.         Width = 273
  290.         Height = 89
  291.         Caption = 'Explorer Panel Options'
  292.         TabOrder = 3
  293.         object laDefaultExplorerTab: TLabel
  294.           Left = 16
  295.           Top = 18
  296.           Width = 231
  297.           Height = 13
  298.           Caption = 'De&fault Explorer Panel tab when starting PicoZip '
  299.           FocusControl = cbDefaultExplorerTab
  300.         end
  301.         object ckSwitchArchiveTab: TCheckBox
  302.           Left = 16
  303.           Top = 64
  304.           Width = 217
  305.           Height = 17
  306.           Caption = 'Alwa&ys switch to archive tab on file open'
  307.           Checked = True
  308.           State = cbChecked
  309.           TabOrder = 1
  310.         end
  311.         object cbDefaultExplorerTab: TComboBox
  312.           Left = 16
  313.           Top = 34
  314.           Width = 145
  315.           Height = 21
  316.           Style = csDropDownList
  317.           ItemHeight = 13
  318.           ItemIndex = 0
  319.           TabOrder = 0
  320.           Text = 'Last Selected Tab'
  321.           Items.Strings = (
  322.             'Last Selected Tab'
  323.             'My Computer'
  324.             'Archive')
  325.         end
  326.       end
  327.     end
  328.     object tsToolbar: TTabSheet
  329.       HelpContext = 420
  330.       Caption = 'Toolbar'
  331.       ImageIndex = 1
  332.       object laToolbarButtons: TLabel
  333.         Left = 8
  334.         Top = 8
  335.         Width = 162
  336.         Height = 13
  337.         Caption = 'Check buttons to show on &toolbar:'
  338.         FocusControl = clbToolbarButtons
  339.       end
  340.       object clbToolbarButtons: TCheckListBox
  341.         Left = 8
  342.         Top = 24
  343.         Width = 185
  344.         Height = 277
  345.         DragMode = dmAutomatic
  346.         ItemHeight = 18
  347.         Items.Strings = (
  348.           'Add Files'
  349.           'Check Out'
  350.           'Close Archive'
  351.           'Comment'
  352.           'Configuration'
  353.           'Delete Files'
  354.           'Exit'
  355.           'Explorer'
  356.           'Extract Files'
  357.           'Help'
  358.           'Install'
  359.           'Make .EXE'
  360.           'Manage Backup'
  361.           'New Archive'
  362.           'Open Archive'
  363.           'Print Content List'
  364.           'Properties'
  365.           'Show Filter'
  366.           'Split Archive'
  367.           'Test Archive'
  368.           'View Files'
  369.           'Virus Scan'
  370.           'Wizard')
  371.         Style = lbOwnerDrawFixed
  372.         TabOrder = 0
  373.         OnDragDrop = clbToolbarButtonsDragDrop
  374.         OnDragOver = clbToolbarButtonsDragOver
  375.         OnDrawItem = clbToolbarButtonsDrawItem
  376.         OnEndDrag = clbToolbarButtonsEndDrag
  377.       end
  378.       object gbButtonSettings: TGroupBox
  379.         Left = 224
  380.         Top = 8
  381.         Width = 273
  382.         Height = 105
  383.         Caption = 'Toolbar Options'
  384.         TabOrder = 3
  385.         object ckFlatButtons: TCheckBox
  386.           Left = 16
  387.           Top = 76
  388.           Width = 113
  389.           Height = 17
  390.           Caption = 'Use &flat buttons'
  391.           Checked = True
  392.           State = cbChecked
  393.           TabOrder = 3
  394.         end
  395.         object ckToolTips: TCheckBox
  396.           Left = 16
  397.           Top = 58
  398.           Width = 113
  399.           Height = 17
  400.           Caption = 'Show tool ti&ps'
  401.           Checked = True
  402.           State = cbChecked
  403.           TabOrder = 2
  404.         end
  405.         object ckButtonText: TCheckBox
  406.           Left = 16
  407.           Top = 40
  408.           Width = 113
  409.           Height = 17
  410.           Caption = 'Show &button text'
  411.           Checked = True
  412.           State = cbChecked
  413.           TabOrder = 1
  414.         end
  415.         object ckBigButtons: TCheckBox
  416.           Left = 16
  417.           Top = 22
  418.           Width = 97
  419.           Height = 17
  420.           Caption = 'Use big buttons'
  421.           Checked = True
  422.           State = cbChecked
  423.           TabOrder = 0
  424.         end
  425.       end
  426.       object ckShowFilter: TCheckBox
  427.         Left = 224
  428.         Top = 120
  429.         Width = 161
  430.         Height = 17
  431.         Caption = 'Show filter toolbar by defa&ult'
  432.         TabOrder = 4
  433.       end
  434.       object bbMoveButtonUp: TBitBtn
  435.         Left = 8
  436.         Top = 309
  437.         Width = 89
  438.         Height = 25
  439.         Caption = 'Move Up'
  440.         TabOrder = 1
  441.         OnClick = bbMoveButtonUpClick
  442.         Glyph.Data = {
  443.           DE000000424DDE0000000000000076000000280000000D0000000D0000000100
  444.           0400000000006800000000000000000000001000000010000000000000000000
  445.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  446.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  447.           7000777777777777700077770000077770007777066607777000777706660777
  448.           7000777706660777700070000666000070007706666666077000777066666077
  449.           7000777706660777700077777060777770007777770777777000777777777777
  450.           7000}
  451.       end
  452.       object bbMoveButtonDown: TBitBtn
  453.         Left = 105
  454.         Top = 309
  455.         Width = 89
  456.         Height = 25
  457.         Caption = 'Move Down'
  458.         TabOrder = 2
  459.         OnClick = bbMoveButtonDownClick
  460.         Glyph.Data = {
  461.           DE000000424DDE0000000000000076000000280000000D0000000D0000000100
  462.           0400000000006800000000000000000000001000000010000000000000000000
  463.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  464.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  465.           7000777777777777700077777707777770007777706077777000777706660777
  466.           7000777066666077700077066666660770007000066600007000777706660777
  467.           7000777706660777700077770666077770007777000007777000777777777777
  468.           7000}
  469.       end
  470.     end
  471.     object tsSkin: TTabSheet
  472.       Caption = 'Skin'
  473.       ImageIndex = 8
  474.       object laSkinList: TLabel
  475.         Left = 8
  476.         Top = 37
  477.         Width = 96
  478.         Height = 13
  479.         Caption = 'Li&st of installed skins'
  480.         Enabled = False
  481.         FocusControl = lbSkins
  482.       end
  483.       object laSkinPreview: TLabel
  484.         Left = 264
  485.         Top = 37
  486.         Width = 38
  487.         Height = 13
  488.         Caption = 'Preview'
  489.         Enabled = False
  490.       end
  491.       object jvhWeb: TJvHotLink
  492.         Left = 161
  493.         Top = 323
  494.         Width = 145
  495.         Height = 13
  496.         Cursor = crHandPoint
  497.         AutoSize = False
  498.         Caption = 'http://www.picozip.com/skin'
  499.         Color = clBtnFace
  500.         Font.Charset = DEFAULT_CHARSET
  501.         Font.Color = clBlue
  502.         Font.Height = -11
  503.         Font.Name = 'MS Sans Serif'
  504.         Font.Style = [fsUnderline]
  505.         ParentColor = False
  506.         ParentFont = False
  507.         Transparent = True
  508.         HotTrack = True
  509.         HotTrackFont.Charset = DEFAULT_CHARSET
  510.         HotTrackFont.Color = clBlue
  511.         HotTrackFont.Height = -11
  512.         HotTrackFont.Name = 'MS Sans Serif'
  513.         HotTrackFont.Style = [fsUnderline]
  514.         Url = 'http://www.picozip.com/skin'
  515.       end
  516.       object laWeb: TLabel
  517.         Left = 8
  518.         Top = 323
  519.         Width = 148
  520.         Height = 13
  521.         Caption = 'Download more toolbar skins at'
  522.       end
  523.       object ckUseDefaultSkin: TCheckBox
  524.         Left = 8
  525.         Top = 8
  526.         Width = 137
  527.         Height = 17
  528.         Caption = 'Use &default toolbar skin'
  529.         Checked = True
  530.         State = cbChecked
  531.         TabOrder = 0
  532.         OnClick = ckUseDefaultSkinClick
  533.       end
  534.       object lbSkins: TListBox
  535.         Left = 8
  536.         Top = 54
  537.         Width = 233
  538.         Height = 211
  539.         Enabled = False
  540.         ItemHeight = 13
  541.         TabOrder = 1
  542.         OnClick = lbSkinsClick
  543.       end
  544.       object buRemoveSkin: TButton
  545.         Left = 128
  546.         Top = 270
  547.         Width = 114
  548.         Height = 25
  549.         Caption = '&Remove'
  550.         Enabled = False
  551.         TabOrder = 3
  552.         OnClick = buRemoveSkinClick
  553.       end
  554.       object buAddSkin: TButton
  555.         Left = 7
  556.         Top = 270
  557.         Width = 114
  558.         Height = 25
  559.         Caption = '&Add'
  560.         Enabled = False
  561.         TabOrder = 2
  562.         OnClick = buAddSkinClick
  563.       end
  564.       object paPreview: TPanel
  565.         Left = 264
  566.         Top = 54
  567.         Width = 173
  568.         Height = 211
  569.         BevelOuter = bvNone
  570.         BorderStyle = bsSingle
  571.         TabOrder = 4
  572.         object imSkinPreview: TImage
  573.           Left = 5
  574.           Top = 3
  575.           Width = 160
  576.           Height = 202
  577.           Transparent = True
  578.         end
  579.       end
  580.     end
  581.     object tsFolders: TTabSheet
  582.       HelpContext = 430
  583.       Caption = 'Folders'
  584.       ImageIndex = 2
  585.       object laTemp: TLabel
  586.         Left = 304
  587.         Top = 56
  588.         Width = 82
  589.         Height = 13
  590.         Caption = '&Temporary Folder'
  591.         FocusControl = rxdeTemp
  592.       end
  593.       object laCheckOut: TLabel
  594.         Left = 304
  595.         Top = 8
  596.         Width = 105
  597.         Height = 13
  598.         Caption = 'Checkout &Base Folder'
  599.         FocusControl = rxdeCheckOut
  600.       end
  601.       object gbOpenFolder: TGroupBox
  602.         Left = 8
  603.         Top = 8
  604.         Width = 265
  605.         Height = 97
  606.         Caption = 'Open folder'
  607.         TabOrder = 0
  608.         object rbOpenLast: TRadioButton
  609.           Left = 16
  610.           Top = 44
  611.           Width = 113
  612.           Height = 17
  613.           Caption = '&Last open folder'
  614.           Checked = True
  615.           TabOrder = 1
  616.           TabStop = True
  617.           OnClick = rbOpenCustomClick
  618.         end
  619.         object rbOpenCustom: TRadioButton
  620.           Left = 16
  621.           Top = 68
  622.           Width = 57
  623.           Height = 17
  624.           Caption = '&Folder:'
  625.           TabOrder = 2
  626.           OnClick = rbOpenCustomClick
  627.         end
  628.         object rxdeOpen: TJvDirectoryEdit
  629.           Left = 72
  630.           Top = 66
  631.           Width = 185
  632.           Height = 21
  633.           DialogKind = dkWin32
  634.           DialogText = 'Select Folder'
  635.           DialogOptions = [sdAllowCreate, sdPerformCreate, sdPrompt]
  636.           ButtonFlat = False
  637.           NumGlyphs = 1
  638.           TabOrder = 3
  639.         end
  640.         object rbOpenSystem: TRadioButton
  641.           Left = 16
  642.           Top = 20
  643.           Width = 97
  644.           Height = 17
  645.           Caption = 'S&ystem default'
  646.           TabOrder = 0
  647.         end
  648.       end
  649.       object gbExtractFolder: TGroupBox
  650.         Left = 8
  651.         Top = 232
  652.         Width = 265
  653.         Height = 96
  654.         Caption = 'Extract folder'
  655.         TabOrder = 2
  656.         object rbExtractLast: TRadioButton
  657.           Left = 16
  658.           Top = 43
  659.           Width = 113
  660.           Height = 17
  661.           Caption = 'La&st extract folder'
  662.           TabOrder = 1
  663.           OnClick = rbExtractCustomClick
  664.         end
  665.         object rbExtractCustom: TRadioButton
  666.           Left = 16
  667.           Top = 67
  668.           Width = 57
  669.           Height = 17
  670.           Caption = 'Folde&r:'
  671.           TabOrder = 2
  672.           OnClick = rbExtractCustomClick
  673.         end
  674.         object rxdeExtract: TJvDirectoryEdit
  675.           Left = 72
  676.           Top = 65
  677.           Width = 185
  678.           Height = 21
  679.           DialogKind = dkWin32
  680.           DialogText = 'Select Folder'
  681.           DialogOptions = [sdAllowCreate, sdPerformCreate, sdPrompt]
  682.           ButtonFlat = False
  683.           NumGlyphs = 1
  684.           TabOrder = 3
  685.         end
  686.         object rbExtractSame: TRadioButton
  687.           Left = 16
  688.           Top = 21
  689.           Width = 233
  690.           Height = 17
  691.           Caption = 'Sa&me folder as the archive file '
  692.           Checked = True
  693.           TabOrder = 0
  694.           TabStop = True
  695.           OnClick = rbExtractCustomClick
  696.         end
  697.       end
  698.       object gbAddFolder: TGroupBox
  699.         Left = 8
  700.         Top = 120
  701.         Width = 265
  702.         Height = 97
  703.         Caption = 'Add folder'
  704.         TabOrder = 1
  705.         object rbAddLast: TRadioButton
  706.           Left = 16
  707.           Top = 44
  708.           Width = 113
  709.           Height = 17
  710.           Caption = 'Last &add folder'
  711.           Checked = True
  712.           TabOrder = 1
  713.           TabStop = True
  714.           OnClick = rbAddCustomClick
  715.         end
  716.         object rbAddCustom: TRadioButton
  717.           Left = 16
  718.           Top = 68
  719.           Width = 57
  720.           Height = 17
  721.           Caption = 'Fold&er:'
  722.           TabOrder = 2
  723.           OnClick = rbAddCustomClick
  724.         end
  725.         object rxdeAdd: TJvDirectoryEdit
  726.           Left = 72
  727.           Top = 66
  728.           Width = 185
  729.           Height = 21
  730.           DialogKind = dkWin32
  731.           DialogText = 'Select Folder'
  732.           DialogOptions = [sdAllowCreate, sdPerformCreate, sdPrompt]
  733.           ButtonFlat = False
  734.           NumGlyphs = 1
  735.           TabOrder = 3
  736.         end
  737.         object rbAddSame: TRadioButton
  738.           Left = 16
  739.           Top = 20
  740.           Width = 169
  741.           Height = 17
  742.           Caption = 'Same fol&der as the archive file'
  743.           TabOrder = 0
  744.         end
  745.       end
  746.       object rxdeTemp: TJvDirectoryEdit
  747.         Left = 304
  748.         Top = 72
  749.         Width = 193
  750.         Height = 21
  751.         DialogKind = dkWin32
  752.         DialogText = 'Select Folder'
  753.         DialogOptions = [sdAllowCreate, sdPerformCreate, sdPrompt]
  754.         ButtonFlat = False
  755.         NumGlyphs = 1
  756.         TabOrder = 4
  757.       end
  758.       object rxdeCheckOut: TJvDirectoryEdit
  759.         Left = 304
  760.         Top = 24
  761.         Width = 193
  762.         Height = 21
  763.         DialogKind = dkWin32
  764.         DialogText = 'Select Folder'
  765.         DialogOptions = [sdAllowCreate, sdPerformCreate, sdPrompt]
  766.         ButtonFlat = False
  767.         NumGlyphs = 1
  768.         TabOrder = 3
  769.       end
  770.     end
  771.     object tsLocations: TTabSheet
  772.       HelpContext = 450
  773.       Caption = 'Program Locations'
  774.       ImageIndex = 4
  775.       object gbDefaultViewer: TGroupBox
  776.         Left = 8
  777.         Top = 8
  778.         Width = 489
  779.         Height = 137
  780.         Caption = 'File Viewer'
  781.         TabOrder = 0
  782.         object laViewer: TLabel
  783.           Left = 16
  784.           Top = 89
  785.           Width = 150
  786.           Height = 13
  787.           Caption = '&Location of your external viewer'
  788.           FocusControl = rxfeDefaultViewer
  789.         end
  790.         object rxfeDefaultViewer: TJvFilenameEdit
  791.           Left = 16
  792.           Top = 105
  793.           Width = 457
  794.           Height = 21
  795.           ButtonFlat = False
  796.           NumGlyphs = 1
  797.           TabOrder = 4
  798.         end
  799.         object rbViewerAssociated: TRadioButton
  800.           Left = 16
  801.           Top = 17
  802.           Width = 145
  803.           Height = 17
  804.           Caption = '&Use associated program'
  805.           Checked = True
  806.           TabOrder = 0
  807.           TabStop = True
  808.         end
  809.         object rbViewerExternal: TRadioButton
  810.           Tag = 1
  811.           Left = 16
  812.           Top = 33
  813.           Width = 113
  814.           Height = 17
  815.           Caption = 'Use &external viewer'
  816.           TabOrder = 1
  817.         end
  818.         object rbViewerAsk: TRadioButton
  819.           Tag = 3
  820.           Left = 16
  821.           Top = 65
  822.           Width = 65
  823.           Height = 17
  824.           Caption = 'As&k me'
  825.           TabOrder = 3
  826.         end
  827.         object rbViewerExAssociated: TRadioButton
  828.           Tag = 2
  829.           Left = 16
  830.           Top = 49
  831.           Width = 241
  832.           Height = 17
  833.           Caption = 'Use e&xternal viewer if no associated program'
  834.           TabOrder = 2
  835.         end
  836.       end
  837.       object gbVirusScanner: TGroupBox
  838.         Left = 8
  839.         Top = 168
  840.         Width = 489
  841.         Height = 146
  842.         Caption = 'Virus Scanner'
  843.         TabOrder = 1
  844.         object laAntiVirusParameters: TLabel
  845.           Left = 16
  846.           Top = 100
  847.           Width = 56
  848.           Height = 13
  849.           Caption = 'Para&meters:'
  850.           FocusControl = edAVParameters
  851.         end
  852.         object laAntiVirus: TLabel
  853.           Left = 16
  854.           Top = 60
  855.           Width = 164
  856.           Height = 13
  857.           Caption = 'Location of your &antivirus software:'
  858.           FocusControl = rxfeVirusScanner
  859.         end
  860.         object laAVProduct: TLabel
  861.           Left = 16
  862.           Top = 20
  863.           Width = 37
  864.           Height = 13
  865.           Caption = '&Product'
  866.           FocusControl = cbAVProduct
  867.         end
  868.         object ckAVRunMinimised: TCheckBox
  869.           Left = 376
  870.           Top = 118
  871.           Width = 89
  872.           Height = 17
  873.           Caption = '&Run minimized'
  874.           TabOrder = 3
  875.           Visible = False
  876.         end
  877.         object rxfeVirusScanner: TJvFilenameEdit
  878.           Left = 16
  879.           Top = 76
  880.           Width = 457
  881.           Height = 21
  882.           ButtonFlat = False
  883.           NumGlyphs = 1
  884.           TabOrder = 1
  885.         end
  886.         object cbAVProduct: TComboBox
  887.           Left = 16
  888.           Top = 36
  889.           Width = 169
  890.           Height = 21
  891.           Style = csDropDownList
  892.           ItemHeight = 13
  893.           TabOrder = 0
  894.           OnChange = cbAVProductChange
  895.           Items.Strings = (
  896.             'None'
  897.             'Custom'
  898.             'McAfee VirusScan'
  899.             'Norton Antivirus NT'
  900.             'Norton Antivirus 95/98/XP'
  901.             'F-Prot'
  902.             'ThunderByte')
  903.         end
  904.         object edAVParameters: TEdit
  905.           Left = 16
  906.           Top = 115
  907.           Width = 353
  908.           Height = 21
  909.           TabOrder = 2
  910.         end
  911.       end
  912.     end
  913.     object tsShell: TTabSheet
  914.       HelpContext = 770
  915.       Caption = 'Shell Extensions'
  916.       ImageIndex = 6
  917.       object laContextMenu: TLabel
  918.         Left = 8
  919.         Top = 64
  920.         Width = 147
  921.         Height = 13
  922.         Caption = 'Items to Show in Context Menu'
  923.         FocusControl = scbContextMenu
  924.       end
  925.       object ckShellExtensions: TCheckBox
  926.         Left = 8
  927.         Top = 8
  928.         Width = 145
  929.         Height = 17
  930.         Caption = '&Enable shell extensions'
  931.         Checked = True
  932.         State = cbChecked
  933.         TabOrder = 0
  934.         OnClick = ckShellExtensionsClick
  935.       end
  936.       object ckSxCascade: TCheckBox
  937.         Left = 8
  938.         Top = 24
  939.         Width = 169
  940.         Height = 17
  941.         Caption = 'Cascaded context &menu items'
  942.         TabOrder = 1
  943.       end
  944.       object ckSxShowIcon: TCheckBox
  945.         Left = 8
  946.         Top = 40
  947.         Width = 169
  948.         Height = 17
  949.         Caption = '&Display icons in context menu'
  950.         Checked = True
  951.         State = cbChecked
  952.         TabOrder = 2
  953.       end
  954.       object gbSxInfotip: TGroupBox
  955.         Left = 288
  956.         Top = 150
  957.         Width = 209
  958.         Height = 187
  959.         Caption = ' Information to Display in InfoTip '
  960.         TabOrder = 5
  961.         object bvSxTestAreaOut: TBevel
  962.           Left = 10
  963.           Top = 153
  964.           Width = 188
  965.           Height = 28
  966.           Style = bsRaised
  967.         end
  968.         object bvSxTestArea: TBevel
  969.           Left = 68
  970.           Top = 156
  971.           Width = 126
  972.           Height = 21
  973.           ParentShowHint = False
  974.           ShowHint = True
  975.         end
  976.         object imSxTestArea: TImage
  977.           Left = 69
  978.           Top = 157
  979.           Width = 124
  980.           Height = 19
  981.           Hint = 
  982.             ' Unpacked Size: 72,538 bytes '#13#10' Files in Archive: 3'#13#10' Compressio' +
  983.             'n Ratio: 68%'#13#10' Files Listing:'#13#10' - TestFile.txt'#13#10' - SomePic.jpg'#13#10 +
  984.             ' - YetAnotherFile.doc'
  985.           AutoSize = True
  986.           ParentShowHint = False
  987.           Picture.Data = {<image000.bmp>}
  988.           ShowHint = True
  989.         end
  990.         object laSxMaxFilesInfo: TLabel
  991.           Left = 39
  992.           Top = 131
  993.           Width = 111
  994.           Height = 13
  995.           Caption = 'Ma&x no of files to show:'
  996.           FocusControl = edSxMaxFilesInfo
  997.         end
  998.         object laSxTestArea: TLabel
  999.           Left = 12
  1000.           Top = 160
  1001.           Width = 49
  1002.           Height = 13
  1003.           Caption = 'Test Area:'
  1004.         end
  1005.         object ckSxArcTypeInfo: TCheckBox
  1006.           Left = 16
  1007.           Top = 16
  1008.           Width = 97
  1009.           Height = 17
  1010.           Caption = 'Archive &Type'
  1011.           TabOrder = 0
  1012.           OnClick = ckSxArcTypeInfoClick
  1013.         end
  1014.         object ckSxDateInfo: TCheckBox
  1015.           Left = 16
  1016.           Top = 32
  1017.           Width = 97
  1018.           Height = 17
  1019.           Caption = 'Modified Date'
  1020.           TabOrder = 1
  1021.           OnClick = ckSxArcTypeInfoClick
  1022.         end
  1023.         object ckSxUnpackedSizeInfo: TCheckBox
  1024.           Left = 16
  1025.           Top = 64
  1026.           Width = 105
  1027.           Height = 17
  1028.           Caption = 'Unpacked Size'
  1029.           TabOrder = 3
  1030.           OnClick = ckSxArcTypeInfoClick
  1031.         end
  1032.         object ckSxNumFilesInfo: TCheckBox
  1033.           Left = 16
  1034.           Top = 80
  1035.           Width = 130
  1036.           Height = 17
  1037.           Caption = 'No of Files in Archive'
  1038.           TabOrder = 4
  1039.           OnClick = ckSxArcTypeInfoClick
  1040.         end
  1041.         object ckSxRatioInfo: TCheckBox
  1042.           Left = 16
  1043.           Top = 96
  1044.           Width = 113
  1045.           Height = 17
  1046.           Caption = 'Compression Ratio'
  1047.           TabOrder = 5
  1048.           OnClick = ckSxArcTypeInfoClick
  1049.         end
  1050.         object ckSxShowListingInfo: TCheckBox
  1051.           Left = 16
  1052.           Top = 112
  1053.           Width = 113
  1054.           Height = 17
  1055.           Caption = 'Show Files Listing'
  1056.           TabOrder = 6
  1057.           OnClick = ckSxArcTypeInfoClick
  1058.         end
  1059.         object ckSxPackedSizeInfo: TCheckBox
  1060.           Left = 16
  1061.           Top = 48
  1062.           Width = 89
  1063.           Height = 17
  1064.           Caption = 'Packed Size'
  1065.           TabOrder = 2
  1066.           OnClick = ckSxArcTypeInfoClick
  1067.         end
  1068.         object edSxMaxFilesInfo: TEdit
  1069.           Left = 153
  1070.           Top = 125
  1071.           Width = 33
  1072.           Height = 21
  1073.           ReadOnly = True
  1074.           TabOrder = 7
  1075.           Text = '10'
  1076.         end
  1077.         object udSxMaxFilesInfo: TUpDown
  1078.           Left = 186
  1079.           Top = 125
  1080.           Width = 16
  1081.           Height = 21
  1082.           Associate = edSxMaxFilesInfo
  1083.           Min = 1
  1084.           Max = 50
  1085.           Position = 10
  1086.           TabOrder = 8
  1087.         end
  1088.       end
  1089.       object gbSxDefaultAdd: TGroupBox
  1090.         Left = 288
  1091.         Top = 6
  1092.         Width = 209
  1093.         Height = 139
  1094.         Caption = ' Default Add Options '
  1095.         TabOrder = 4
  1096.         object laSxPathInfo: TLabel
  1097.           Left = 16
  1098.           Top = 17
  1099.           Width = 71
  1100.           Height = 13
  1101.           Caption = 'Store &Path Info'
  1102.           FocusControl = cbSxPath
  1103.         end
  1104.         object laSxArcType: TLabel
  1105.           Left = 15
  1106.           Top = 57
  1107.           Width = 63
  1108.           Height = 13
  1109.           Caption = '&Archive Type'
  1110.           FocusControl = cbSxArcType
  1111.         end
  1112.         object laSxCompression: TLabel
  1113.           Left = 16
  1114.           Top = 96
  1115.           Width = 60
  1116.           Height = 13
  1117.           Caption = 'Comp&ression'
  1118.           FocusControl = cbSxCompression
  1119.         end
  1120.         object cbSxPath: TComboBox
  1121.           Left = 16
  1122.           Top = 32
  1123.           Width = 137
  1124.           Height = 21
  1125.           Style = csDropDownList
  1126.           ItemHeight = 13
  1127.           ItemIndex = 0
  1128.           TabOrder = 0
  1129.           Text = 'Relative Path'
  1130.           Items.Strings = (
  1131.             'Relative Path'
  1132.             'Full Path')
  1133.         end
  1134.         object cbSxArcType: TComboBox
  1135.           Left = 15
  1136.           Top = 72
  1137.           Width = 138
  1138.           Height = 21
  1139.           Style = csDropDownList
  1140.           ItemHeight = 13
  1141.           ItemIndex = 6
  1142.           TabOrder = 1
  1143.           Text = 'Zip Archive (*.zip)'
  1144.           Items.Strings = (
  1145.             'BlakHole Archive (*.bh)'
  1146.             'Microsoft Cabinet (*.cab)'
  1147.             'Javasoft Archive (*.jar)'
  1148.             'LHA Archive (*.lha)'
  1149.             'LZH Archive (*.lzh)'
  1150.             'Unix Tape Archive (*.tar)'
  1151.             'Zip Archive (*.zip)')
  1152.         end
  1153.         object cbSxCompression: TComboBox
  1154.           Left = 16
  1155.           Top = 111
  1156.           Width = 137
  1157.           Height = 21
  1158.           Style = csDropDownList
  1159.           ItemHeight = 13
  1160.           ItemIndex = 0
  1161.           TabOrder = 2
  1162.           Text = 'Maximum'
  1163.           Items.Strings = (
  1164.             'Maximum'
  1165.             'Normal'
  1166.             'Minimum'
  1167.             'None')
  1168.         end
  1169.       end
  1170.       object scbContextMenu: TScrollBox
  1171.         Left = 8
  1172.         Top = 80
  1173.         Width = 273
  1174.         Height = 256
  1175.         VertScrollBar.Smooth = True
  1176.         VertScrollBar.Tracking = True
  1177.         BevelInner = bvLowered
  1178.         Color = clWindow
  1179.         ParentColor = False
  1180.         TabOrder = 3
  1181.         object bvContextMenuRMDD: TBevel
  1182.           Left = 189
  1183.           Top = 313
  1184.           Width = 60
  1185.           Height = 5
  1186.           Shape = bsTopLine
  1187.         end
  1188.         object bvContextMenuRMB: TBevel
  1189.           Left = 157
  1190.           Top = 12
  1191.           Width = 92
  1192.           Height = 5
  1193.           Shape = bsTopLine
  1194.         end
  1195.         object laContextMenuRMDD: TLabel
  1196.           Left = 8
  1197.           Top = 306
  1198.           Width = 175
  1199.           Height = 13
  1200.           Caption = 'Right Mouse Button Drag Drop'
  1201.           Font.Charset = DEFAULT_CHARSET
  1202.           Font.Color = clWindowText
  1203.           Font.Height = -11
  1204.           Font.Name = 'MS Sans Serif'
  1205.           Font.Style = [fsBold]
  1206.           ParentFont = False
  1207.         end
  1208.         object laContextMenuRMB: TLabel
  1209.           Left = 8
  1210.           Top = 5
  1211.           Width = 145
  1212.           Height = 13
  1213.           Caption = 'Right Mouse Button Click'
  1214.           Font.Charset = DEFAULT_CHARSET
  1215.           Font.Color = clWindowText
  1216.           Font.Height = -11
  1217.           Font.Name = 'MS Sans Serif'
  1218.           Font.Style = [fsBold]
  1219.           ParentFont = False
  1220.         end
  1221.         object ckSxAddToArc: TCheckBox
  1222.           Left = 8
  1223.           Top = 22
  1224.           Width = 113
  1225.           Height = 17
  1226.           Caption = 'Add To Archi&ve ...'
  1227.           TabOrder = 0
  1228.         end
  1229.         object ckSxAddToFile: TCheckBox
  1230.           Left = 8
  1231.           Top = 38
  1232.           Width = 113
  1233.           Height = 17
  1234.           Caption = 'Add to <Filename>'
  1235.           TabOrder = 1
  1236.         end
  1237.         object ckSxAddToExe: TCheckBox
  1238.           Left = 8
  1239.           Top = 54
  1240.           Width = 145
  1241.           Height = 17
  1242.           Caption = 'Add To <Filename>.EXE'
  1243.           TabOrder = 2
  1244.         end
  1245.         object ckSxMailArchive: TCheckBox
  1246.           Left = 8
  1247.           Top = 86
  1248.           Width = 177
  1249.           Height = 17
  1250.           Caption = 'Compress and Email <Filename>'
  1251.           TabOrder = 4
  1252.         end
  1253.         object ckSxExtractTo: TCheckBox
  1254.           Left = 8
  1255.           Top = 102
  1256.           Width = 89
  1257.           Height = 17
  1258.           Caption = 'Extract To ...'
  1259.           TabOrder = 5
  1260.         end
  1261.         object ckSxExtractHere: TCheckBox
  1262.           Left = 8
  1263.           Top = 118
  1264.           Width = 89
  1265.           Height = 17
  1266.           Caption = 'Extract Here'
  1267.           TabOrder = 6
  1268.         end
  1269.         object ckSxExtractToFolder: TCheckBox
  1270.           Left = 8
  1271.           Top = 134
  1272.           Width = 137
  1273.           Height = 17
  1274.           Caption = 'Extract To <Filename>\'
  1275.           TabOrder = 7
  1276.         end
  1277.         object ckSxVirusScan: TCheckBox
  1278.           Left = 8
  1279.           Top = 214
  1280.           Width = 137
  1281.           Height = 17
  1282.           Caption = 'Scan Archive for Virus'
  1283.           TabOrder = 12
  1284.         end
  1285.         object ckSxConvert: TCheckBox
  1286.           Left = 8
  1287.           Top = 230
  1288.           Width = 137
  1289.           Height = 17
  1290.           Caption = 'Convert Archive Format'
  1291.           TabOrder = 13
  1292.         end
  1293.         object ckSxTest: TCheckBox
  1294.           Left = 8
  1295.           Top = 246
  1296.           Width = 89
  1297.           Height = 17
  1298.           Caption = 'Test Archive'
  1299.           TabOrder = 14
  1300.         end
  1301.         object ckSxMakeExe: TCheckBox
  1302.           Left = 8
  1303.           Top = 262
  1304.           Width = 97
  1305.           Height = 17
  1306.           Caption = 'Make .EXE File'
  1307.           TabOrder = 15
  1308.         end
  1309.         object ckSxRepairZip: TCheckBox
  1310.           Left = 8
  1311.           Top = 278
  1312.           Width = 113
  1313.           Height = 17
  1314.           Caption = 'Repair Zip Archive'
  1315.           TabOrder = 16
  1316.         end
  1317.         object ckSxExtractMultiple: TCheckBox
  1318.           Left = 8
  1319.           Top = 150
  1320.           Width = 137
  1321.           Height = 17
  1322.           Caption = 'Extract Archives Here'
  1323.           TabOrder = 8
  1324.         end
  1325.         object ckSxExtractMultipleToSep: TCheckBox
  1326.           Left = 8
  1327.           Top = 198
  1328.           Width = 241
  1329.           Height = 17
  1330.           Caption = 'Extract Each Archive To Separate Folder To ...'
  1331.           TabOrder = 11
  1332.         end
  1333.         object ckSxExtractMultipleSep: TCheckBox
  1334.           Left = 8
  1335.           Top = 182
  1336.           Width = 241
  1337.           Height = 17
  1338.           Caption = 'Extract Each Archive To Separate Folder Here'
  1339.           TabOrder = 10
  1340.         end
  1341.         object ckSxExtractMultipleTo: TCheckBox
  1342.           Left = 8
  1343.           Top = 166
  1344.           Width = 137
  1345.           Height = 17
  1346.           Caption = 'Extract Archives To ...'
  1347.           TabOrder = 9
  1348.         end
  1349.         object ckSxDDExtractHere: TCheckBox
  1350.           Left = 8
  1351.           Top = 339
  1352.           Width = 89
  1353.           Height = 17
  1354.           Caption = 'Extract Here'
  1355.           TabOrder = 18
  1356.         end
  1357.         object ckSxDDExtractTo: TCheckBox
  1358.           Left = 8
  1359.           Top = 323
  1360.           Width = 89
  1361.           Height = 17
  1362.           Caption = 'Extract To ...'
  1363.           TabOrder = 17
  1364.         end
  1365.         object ckSxDDExtractMultipleHere: TCheckBox
  1366.           Left = 8
  1367.           Top = 387
  1368.           Width = 137
  1369.           Height = 17
  1370.           Caption = 'Extract Archives Here'
  1371.           TabOrder = 21
  1372.         end
  1373.         object ckSxDDExtractMultipleTo: TCheckBox
  1374.           Left = 8
  1375.           Top = 371
  1376.           Width = 137
  1377.           Height = 17
  1378.           Caption = 'Extract Archives To ...'
  1379.           TabOrder = 20
  1380.         end
  1381.         object ckSxDDExtractToFolder: TCheckBox
  1382.           Left = 8
  1383.           Top = 355
  1384.           Width = 185
  1385.           Height = 17
  1386.           Caption = 'Extract To <Folder>\<Filename>\'
  1387.           TabOrder = 19
  1388.         end
  1389.         object ckSxDDExtractMultipleSep: TCheckBox
  1390.           Left = 8
  1391.           Top = 403
  1392.           Width = 217
  1393.           Height = 17
  1394.           Caption = 'Extract Each Archive To Separate Folder'
  1395.           TabOrder = 22
  1396.         end
  1397.         object ckSxMailArchivePlus: TCheckBox
  1398.           Left = 8
  1399.           Top = 70
  1400.           Width = 129
  1401.           Height = 17
  1402.           Caption = 'Compress and Email ...'
  1403.           TabOrder = 3
  1404.         end
  1405.       end
  1406.     end
  1407.     object tsAssociations: TTabSheet
  1408.       HelpContext = 440
  1409.       Caption = 'File Associations'
  1410.       ImageIndex = 3
  1411.       object bvNoPermission: TBevel
  1412.         Left = 91
  1413.         Top = 216
  1414.         Width = 321
  1415.         Height = 57
  1416.         Style = bsRaised
  1417.         Visible = False
  1418.       end
  1419.       object laNoPermission: TLabel
  1420.         Left = 103
  1421.         Top = 232
  1422.         Width = 297
  1423.         Height = 26
  1424.         Alignment = taCenter
  1425.         Caption = 
  1426.           'These settings have been disabled. You need '#13#10'Administrator leve' +
  1427.           'l access to change these settings.'
  1428.         Font.Charset = DEFAULT_CHARSET
  1429.         Font.Color = clRed
  1430.         Font.Height = -11
  1431.         Font.Name = 'MS Sans Serif'
  1432.         Font.Style = [fsBold]
  1433.         ParentFont = False
  1434.         Visible = False
  1435.       end
  1436.       object gbArchiveTypes: TGroupBox
  1437.         Left = 8
  1438.         Top = 56
  1439.         Width = 489
  1440.         Height = 105
  1441.         Caption = 'Archive Types'
  1442.         TabOrder = 2
  1443.         object ckAce: TCheckBox
  1444.           Left = 16
  1445.           Top = 24
  1446.           Width = 47
  1447.           Height = 17
  1448.           Caption = '.&ace'
  1449.           Checked = True
  1450.           State = cbChecked
  1451.           TabOrder = 0
  1452.         end
  1453.         object ckArc: TCheckBox
  1454.           Left = 16
  1455.           Top = 41
  1456.           Width = 47
  1457.           Height = 17
  1458.           Caption = '.arc'
  1459.           Checked = True
  1460.           State = cbChecked
  1461.           TabOrder = 1
  1462.         end
  1463.         object ckArj: TCheckBox
  1464.           Left = 16
  1465.           Top = 58
  1466.           Width = 47
  1467.           Height = 17
  1468.           Caption = '.arj'
  1469.           Checked = True
  1470.           State = cbChecked
  1471.           TabOrder = 2
  1472.         end
  1473.         object ckGz: TCheckBox
  1474.           Left = 88
  1475.           Top = 41
  1476.           Width = 47
  1477.           Height = 17
  1478.           Caption = '.gz'
  1479.           Checked = True
  1480.           State = cbChecked
  1481.           TabOrder = 5
  1482.         end
  1483.         object ckLzh: TCheckBox
  1484.           Left = 160
  1485.           Top = 24
  1486.           Width = 47
  1487.           Height = 17
  1488.           Caption = '.lzh'
  1489.           Checked = True
  1490.           State = cbChecked
  1491.           TabOrder = 8
  1492.         end
  1493.         object ckTar: TCheckBox
  1494.           Left = 160
  1495.           Top = 74
  1496.           Width = 47
  1497.           Height = 17
  1498.           Caption = '.tar'
  1499.           Checked = True
  1500.           State = cbChecked
  1501.           TabOrder = 10
  1502.         end
  1503.         object ckTgz: TCheckBox
  1504.           Left = 232
  1505.           Top = 24
  1506.           Width = 47
  1507.           Height = 17
  1508.           Caption = '.tgz'
  1509.           Checked = True
  1510.           State = cbChecked
  1511.           TabOrder = 11
  1512.         end
  1513.         object ckUue: TCheckBox
  1514.           Left = 232
  1515.           Top = 40
  1516.           Width = 47
  1517.           Height = 17
  1518.           Caption = '.uue'
  1519.           Checked = True
  1520.           State = cbChecked
  1521.           TabOrder = 12
  1522.         end
  1523.         object ckZ: TCheckBox
  1524.           Left = 304
  1525.           Top = 40
  1526.           Width = 47
  1527.           Height = 17
  1528.           Caption = '.z'
  1529.           Checked = True
  1530.           State = cbChecked
  1531.           TabOrder = 15
  1532.         end
  1533.         object ckZip: TCheckBox
  1534.           Left = 304
  1535.           Top = 56
  1536.           Width = 47
  1537.           Height = 17
  1538.           Caption = '.zip'
  1539.           Checked = True
  1540.           State = cbChecked
  1541.           TabOrder = 16
  1542.         end
  1543.         object ckZoo: TCheckBox
  1544.           Left = 304
  1545.           Top = 73
  1546.           Width = 47
  1547.           Height = 17
  1548.           Caption = '.zoo'
  1549.           Checked = True
  1550.           State = cbChecked
  1551.           TabOrder = 17
  1552.         end
  1553.         object ckBh: TCheckBox
  1554.           Left = 16
  1555.           Top = 75
  1556.           Width = 47
  1557.           Height = 17
  1558.           Caption = '.bh'
  1559.           Checked = True
  1560.           State = cbChecked
  1561.           TabOrder = 3
  1562.         end
  1563.         object ckJar: TCheckBox
  1564.           Left = 88
  1565.           Top = 58
  1566.           Width = 47
  1567.           Height = 17
  1568.           Caption = '.jar'
  1569.           Checked = True
  1570.           State = cbChecked
  1571.           TabOrder = 6
  1572.         end
  1573.         object ckUu: TCheckBox
  1574.           Left = 232
  1575.           Top = 57
  1576.           Width = 47
  1577.           Height = 17
  1578.           Caption = '.uu'
  1579.           Checked = True
  1580.           State = cbChecked
  1581.           TabOrder = 13
  1582.         end
  1583.         object ckCab: TCheckBox
  1584.           Left = 88
  1585.           Top = 24
  1586.           Width = 47
  1587.           Height = 17
  1588.           Caption = '.cab'
  1589.           Checked = True
  1590.           State = cbChecked
  1591.           TabOrder = 4
  1592.         end
  1593.         object ckLha: TCheckBox
  1594.           Left = 88
  1595.           Top = 75
  1596.           Width = 47
  1597.           Height = 17
  1598.           Caption = '.lha'
  1599.           Checked = True
  1600.           State = cbChecked
  1601.           TabOrder = 7
  1602.         end
  1603.         object ckRar: TCheckBox
  1604.           Left = 160
  1605.           Top = 57
  1606.           Width = 47
  1607.           Height = 17
  1608.           Caption = '.rar'
  1609.           Checked = True
  1610.           State = cbChecked
  1611.           TabOrder = 9
  1612.         end
  1613.         object ckXxe: TCheckBox
  1614.           Left = 304
  1615.           Top = 24
  1616.           Width = 47
  1617.           Height = 17
  1618.           Caption = '.xxe'
  1619.           Checked = True
  1620.           State = cbChecked
  1621.           TabOrder = 14
  1622.         end
  1623.         object buAssocSelectAll: TButton
  1624.           Left = 393
  1625.           Top = 24
  1626.           Width = 75
  1627.           Height = 25
  1628.           Caption = '&Select All'
  1629.           TabOrder = 18
  1630.           OnClick = buAssocSelectAllClick
  1631.         end
  1632.         object buAssocDeselectAll: TButton
  1633.           Left = 393
  1634.           Top = 56
  1635.           Width = 75
  1636.           Height = 25
  1637.           Caption = '&Deselect All'
  1638.           TabOrder = 19
  1639.           OnClick = buAssocDeselectAllClick
  1640.         end
  1641.         object ckMim: TCheckBox
  1642.           Left = 160
  1643.           Top = 41
  1644.           Width = 47
  1645.           Height = 17
  1646.           Caption = '.mim'
  1647.           Checked = True
  1648.           State = cbChecked
  1649.           TabOrder = 20
  1650.         end
  1651.         object ckWar: TCheckBox
  1652.           Left = 232
  1653.           Top = 74
  1654.           Width = 47
  1655.           Height = 17
  1656.           Caption = '.war'
  1657.           Checked = True
  1658.           State = cbChecked
  1659.           TabOrder = 21
  1660.         end
  1661.       end
  1662.       object ckCheckAssociations: TCheckBox
  1663.         Left = 8
  1664.         Top = 32
  1665.         Width = 257
  1666.         Height = 17
  1667.         Caption = 'Chec&k file associations every time PicoZip starts'
  1668.         Checked = True
  1669.         State = cbChecked
  1670.         TabOrder = 1
  1671.       end
  1672.       object ckEnableAssociations: TCheckBox
  1673.         Left = 8
  1674.         Top = 8
  1675.         Width = 137
  1676.         Height = 17
  1677.         Caption = '&Enable file associations'
  1678.         Checked = True
  1679.         State = cbChecked
  1680.         TabOrder = 0
  1681.         OnClick = ckEnableAssociationsClick
  1682.       end
  1683.     end
  1684.     object tsTray: TTabSheet
  1685.       HelpContext = 910
  1686.       Caption = 'Tray Tool'
  1687.       ImageIndex = 7
  1688.       object ckTiEnableTray: TCheckBox
  1689.         Left = 8
  1690.         Top = 8
  1691.         Width = 105
  1692.         Height = 17
  1693.         Caption = '&Enable tray tool'
  1694.         Checked = True
  1695.         State = cbChecked
  1696.         TabOrder = 0
  1697.         OnClick = ckTiEnableTrayClick
  1698.       end
  1699.       object gbTiDoubleClick: TGroupBox
  1700.         Left = 8
  1701.         Top = 40
  1702.         Width = 297
  1703.         Height = 105
  1704.         Caption = 'Double-click Tray Icon Action'
  1705.         TabOrder = 1
  1706.         object rbTiClickPicoZip: TRadioButton
  1707.           Left = 16
  1708.           Top = 24
  1709.           Width = 113
  1710.           Height = 17
  1711.           Caption = 'Show &PicoZip'
  1712.           Checked = True
  1713.           TabOrder = 0
  1714.           TabStop = True
  1715.         end
  1716.         object rbTiClickWizard: TRadioButton
  1717.           Left = 16
  1718.           Top = 48
  1719.           Width = 113
  1720.           Height = 17
  1721.           Caption = 'Show &Wizard'
  1722.           TabOrder = 1
  1723.         end
  1724.         object rbTiClickBackup: TRadioButton
  1725.           Left = 16
  1726.           Top = 72
  1727.           Width = 185
  1728.           Height = 17
  1729.           Caption = 'Show Manage &Backup Window'
  1730.           TabOrder = 2
  1731.         end
  1732.       end
  1733.       object gbTiMRU: TGroupBox
  1734.         Left = 8
  1735.         Top = 176
  1736.         Width = 297
  1737.         Height = 121
  1738.         Caption = 'Recent Files List'
  1739.         TabOrder = 2
  1740.         object laTiMRUFormat: TLabel
  1741.           Left = 27
  1742.           Top = 48
  1743.           Width = 51
  1744.           Height = 13
  1745.           Caption = 'List format:'
  1746.         end
  1747.         object rbTiMRUFilename: TRadioButton
  1748.           Left = 40
  1749.           Top = 67
  1750.           Width = 121
  1751.           Height = 17
  1752.           Caption = 'Show file &name only'
  1753.           Checked = True
  1754.           TabOrder = 1
  1755.           TabStop = True
  1756.         end
  1757.         object rbTiMRUFullpath: TRadioButton
  1758.           Left = 40
  1759.           Top = 91
  1760.           Width = 113
  1761.           Height = 17
  1762.           Caption = 'Show &full path'
  1763.           TabOrder = 2
  1764.         end
  1765.         object ckTiShowMRU: TCheckBox
  1766.           Left = 8
  1767.           Top = 24
  1768.           Width = 281
  1769.           Height = 17
  1770.           Caption = 'Show list of &recently opened archives in tray icon menu'
  1771.           Checked = True
  1772.           State = cbChecked
  1773.           TabOrder = 0
  1774.           OnClick = ckTiShowMRUClick
  1775.         end
  1776.       end
  1777.     end
  1778.     object tsSecurity: TTabSheet
  1779.       HelpContext = 1050
  1780.       Caption = 'Security'
  1781.       ImageIndex = 9
  1782.       object ckSecEnableUnsafeTypes: TCheckBox
  1783.         Left = 8
  1784.         Top = 8
  1785.         Width = 201
  1786.         Height = 17
  1787.         Caption = '&Enable warning for unsafe file types'
  1788.         TabOrder = 0
  1789.         OnClick = ckSecEnableUnsafeTypesClick
  1790.       end
  1791.       object gbSecUnsafeTypes: TGroupBox
  1792.         Left = 8
  1793.         Top = 40
  1794.         Width = 313
  1795.         Height = 293
  1796.         Caption = 'Unsafe File Types List'
  1797.         Enabled = False
  1798.         TabOrder = 1
  1799.         object laSecUnsafeDesc: TLabel
  1800.           Left = 16
  1801.           Top = 24
  1802.           Width = 201
  1803.           Height = 44
  1804.           AutoSize = False
  1805.           Caption = 
  1806.             'You can disable warning messages for any of the unsafe file type' +
  1807.             's by unchecking it in the list below.'
  1808.           Enabled = False
  1809.           WordWrap = True
  1810.         end
  1811.         object clbSecUnsafeTypes: TCheckListBox
  1812.           Left = 17
  1813.           Top = 72
  1814.           Width = 200
  1815.           Height = 209
  1816.           Enabled = False
  1817.           ItemHeight = 13
  1818.           TabOrder = 0
  1819.         end
  1820.         object buSecCheckAllUnsafeTypes: TButton
  1821.           Left = 224
  1822.           Top = 72
  1823.           Width = 75
  1824.           Height = 25
  1825.           Caption = 'Check &All'
  1826.           Enabled = False
  1827.           TabOrder = 1
  1828.           OnClick = buSecCheckAllUnsafeTypesClick
  1829.         end
  1830.         object buSecUncheckAllUnsafeTypes: TButton
  1831.           Left = 224
  1832.           Top = 104
  1833.           Width = 75
  1834.           Height = 25
  1835.           Caption = '&Uncheck All'
  1836.           TabOrder = 2
  1837.           OnClick = buSecUncheckAllUnsafeTypesClick
  1838.         end
  1839.       end
  1840.     end
  1841.     object tsMiscellaneous: TTabSheet
  1842.       HelpContext = 470
  1843.       Caption = 'Miscellaneous'
  1844.       ImageIndex = 5
  1845.       object ckCommentsOpen: TCheckBox
  1846.         Left = 8
  1847.         Top = 16
  1848.         Width = 241
  1849.         Height = 17
  1850.         Caption = '&Show comments when opening archive files'
  1851.         TabOrder = 0
  1852.       end
  1853.       object ckStayOnTop: TCheckBox
  1854.         Left = 8
  1855.         Top = 32
  1856.         Width = 225
  1857.         Height = 17
  1858.         Caption = 'Always have PicoZip window stay on &top'
  1859.         TabOrder = 1
  1860.       end
  1861.       object gbMRU: TGroupBox
  1862.         Left = 8
  1863.         Top = 248
  1864.         Width = 489
  1865.         Height = 73
  1866.         Caption = 'Most Recently Used Files'
  1867.         TabOrder = 7
  1868.         object laMRU: TLabel
  1869.           Left = 16
  1870.           Top = 28
  1871.           Width = 201
  1872.           Height = 13
  1873.           Caption = 'Number of files to show in &Recent Files list:'
  1874.           FocusControl = edMRUList
  1875.         end
  1876.         object edMRUList: TEdit
  1877.           Left = 224
  1878.           Top = 20
  1879.           Width = 41
  1880.           Height = 21
  1881.           ReadOnly = True
  1882.           TabOrder = 0
  1883.           Text = '8'
  1884.         end
  1885.         object udMRUList: TUpDown
  1886.           Left = 265
  1887.           Top = 20
  1888.           Width = 16
  1889.           Height = 21
  1890.           Associate = edMRUList
  1891.           Max = 10
  1892.           Position = 8
  1893.           TabOrder = 1
  1894.         end
  1895.         object ckClearMRU: TCheckBox
  1896.           Left = 16
  1897.           Top = 48
  1898.           Width = 265
  1899.           Height = 17
  1900.           Caption = 'Clea&r obsolete items in Recent Files list on startup'
  1901.           Checked = True
  1902.           State = cbChecked
  1903.           TabOrder = 2
  1904.         end
  1905.       end
  1906.       object ckStartupWizard: TCheckBox
  1907.         Left = 8
  1908.         Top = 112
  1909.         Width = 273
  1910.         Height = 17
  1911.         Caption = 'Automatically show the &Wizard interface on startup'
  1912.         TabOrder = 5
  1913.         OnKeyDown = ckStartupOpenKeyDown
  1914.         OnMouseDown = ckStartupWizardMouseDown
  1915.       end
  1916.       object ckStartupOpen: TCheckBox
  1917.         Left = 8
  1918.         Top = 96
  1919.         Width = 265
  1920.         Height = 17
  1921.         Caption = '&Automatically show the open dialog box at startup'
  1922.         TabOrder = 4
  1923.         OnKeyDown = ckStartupOpenKeyDown
  1924.         OnMouseDown = ckStartupWizardMouseDown
  1925.       end
  1926.       object gbShortcuts: TGroupBox
  1927.         Left = 8
  1928.         Top = 152
  1929.         Width = 489
  1930.         Height = 81
  1931.         Caption = 'Shortcuts'
  1932.         TabOrder = 6
  1933.         object ckShortcutStartMenu: TCheckBox
  1934.           Left = 16
  1935.           Top = 48
  1936.           Width = 241
  1937.           Height = 17
  1938.           Caption = 'Put PicoZip shortcut in Windows Start &Menu'
  1939.           Checked = True
  1940.           State = cbChecked
  1941.           TabOrder = 1
  1942.         end
  1943.         object ckShortcutDesktop: TCheckBox
  1944.           Left = 16
  1945.           Top = 24
  1946.           Width = 241
  1947.           Height = 17
  1948.           Caption = 'Put PicoZip shortcut on Windows &Desktop'
  1949.           Checked = True
  1950.           State = cbChecked
  1951.           TabOrder = 0
  1952.         end
  1953.         object buCreateShortcuts: TButton
  1954.           Left = 272
  1955.           Top = 40
  1956.           Width = 75
  1957.           Height = 25
  1958.           Caption = 'Create &Now'
  1959.           TabOrder = 2
  1960.           TabStop = False
  1961.           Visible = False
  1962.           OnClick = buCreateShortcutsClick
  1963.         end
  1964.       end
  1965.       object ckConfirmCompress: TCheckBox
  1966.         Left = 8
  1967.         Top = 56
  1968.         Width = 185
  1969.         Height = 17
  1970.         Caption = 'Show confirmation after compress'
  1971.         TabOrder = 2
  1972.       end
  1973.       object ckConfirmDecompress: TCheckBox
  1974.         Left = 8
  1975.         Top = 72
  1976.         Width = 193
  1977.         Height = 17
  1978.         Caption = 'Show confirmation after decompress'
  1979.         TabOrder = 3
  1980.       end
  1981.     end
  1982.   end
  1983.   object buOK: TButton
  1984.     Left = 277
  1985.     Top = 403
  1986.     Width = 75
  1987.     Height = 25
  1988.     Hint = 'Save changes'
  1989.     Anchors = [akRight, akBottom]
  1990.     Caption = '&OK'
  1991.     Default = True
  1992.     TabOrder = 1
  1993.     OnClick = buOKClick
  1994.   end
  1995.   object buCancel: TButton
  1996.     Left = 359
  1997.     Top = 403
  1998.     Width = 75
  1999.     Height = 25
  2000.     Hint = 'Discard changes'
  2001.     Anchors = [akRight, akBottom]
  2002.     Caption = '&Cancel'
  2003.     ModalResult = 2
  2004.     TabOrder = 2
  2005.   end
  2006.   object buHelp: TButton
  2007.     Left = 442
  2008.     Top = 403
  2009.     Width = 75
  2010.     Height = 25
  2011.     Hint = 'Show help file'
  2012.     Anchors = [akRight, akBottom]
  2013.     Caption = '&Help'
  2014.     TabOrder = 3
  2015.     OnClick = buHelpClick
  2016.   end
  2017.   object JvCreateShortcut: TJvCreateShortcut
  2018.     Left = 6
  2019.     Top = 400
  2020.   end
  2021.   object dlgFont: TFontDialog
  2022.     Font.Charset = DEFAULT_CHARSET
  2023.     Font.Color = clWindowText
  2024.     Font.Height = -11
  2025.     Font.Name = 'MS Sans Serif'
  2026.     Font.Style = []
  2027.     Left = 34
  2028.     Top = 400
  2029.   end
  2030.   object tiTimer: TTimer
  2031.     Enabled = False
  2032.     Interval = 100
  2033.     OnTimer = tiTimerTimer
  2034.     Left = 62
  2035.     Top = 400
  2036.   end
  2037.   object odSkin: TOpenDialog
  2038.     Filter = 'Zip Files (*.zip)|*.zip'
  2039.     Options = [ofFileMustExist, ofNoReadOnlyReturn, ofEnableSizing]
  2040.     Title = 'Select Skin File'
  2041.     Left = 90
  2042.     Top = 400
  2043.   end
  2044.   object ztvUnZip: TUnZip
  2045.     OnError = ztvUnZipError
  2046.     CpuType = cptAuto
  2047.     SeedDataKeys.Key0 = 305419896
  2048.     SeedDataKeys.Key1 = 591751049
  2049.     SeedDataKeys.Key2 = 878082192
  2050.     SeedHeaderKeys.Key0 = 269766672
  2051.     SeedHeaderKeys.Key1 = 33834504
  2052.     SeedHeaderKeys.Key2 = 541352064
  2053.     RestoreFileAttr = False
  2054.     UseStoredDirs = False
  2055.     OnGetPassword = ztvUnZipGetPassword
  2056.     OnNextVolume = ztvUnZipNextVolume
  2057.     OnCorruptZipHeader = ztvUnZipCorruptZipHeader
  2058.     Left = 118
  2059.     Top = 400
  2060.   end
  2061. end
  2062.